home *** CD-ROM | disk | FTP | other *** search
/ Apple Macintosh Fundamentals / MacintoshFundamentals-v2-0.iso / MacFun 2.0 / MF Maint / MF Maint / card_105706.txt < prev    next >
Encoding:
Text File  |  1990-03-08  |  5.1 KB  |  255 lines

  1. -- card: 105706 from stack: in
  2. -- bmap block id: 105931
  3. -- flags: 0000
  4. -- background id: 29018
  5. -- name: prerequisite 4.4
  6. ----- HyperTalk script -----
  7. on closeCard
  8.   hide cd fld correct
  9.   set the hilite of btn "First Chapter" to false
  10.   pass closeCard
  11. end closeCard
  12.  
  13. on goUp
  14.   goUpTo "Prereqs"
  15. end goUp
  16.  
  17.  
  18. -- part 1 (button)
  19. -- low flags: 00
  20. -- high flags: 8000
  21. -- rect: left=334 top=124 right=174 bottom=401
  22. -- title width / last selected line: 0
  23. -- icon id / first selected line: 10461 / 10461
  24. -- text alignment: 1
  25. -- font id: 0
  26. -- text size: 12
  27. -- style flags: 0
  28. -- line height: 16
  29. -- part name: New Novel
  30.  
  31.  
  32. -- part 2 (button)
  33. -- low flags: 00
  34. -- high flags: 2000
  35. -- rect: left=108 top=93 right=113 bottom=133
  36. -- title width / last selected line: 0
  37. -- icon id / first selected line: 0 / 0
  38. -- text alignment: 1
  39. -- font id: 0
  40. -- text size: 12
  41. -- style flags: 0
  42. -- line height: 16
  43. -- part name: apple
  44. ----- HyperTalk script -----
  45. on mouseDown
  46.   show cd fld "apple"
  47.   repeat while the mouse is down
  48.   end repeat
  49.   hide cd fld "apple"
  50. end mouseDown
  51.  
  52.  
  53.  
  54. -- part 8 (button)
  55. -- low flags: 00
  56. -- high flags: 8000
  57. -- rect: left=304 top=214 right=264 bottom=374
  58. -- title width / last selected line: 0
  59. -- icon id / first selected line: 5175 / 5175
  60. -- text alignment: 1
  61. -- font id: 0
  62. -- text size: 12
  63. -- style flags: 0
  64. -- line height: 16
  65. -- part name: Second Chapter
  66.  
  67.  
  68. -- part 9 (button)
  69. -- low flags: 00
  70. -- high flags: 8000
  71. -- rect: left=125 top=159 right=209 bottom=192
  72. -- title width / last selected line: 0
  73. -- icon id / first selected line: 7826 / 7826
  74. -- text alignment: 1
  75. -- font id: 0
  76. -- text size: 12
  77. -- style flags: 0
  78. -- line height: 16
  79. -- part name: Characters
  80.  
  81.  
  82. -- part 3 (field)
  83. -- low flags: 81
  84. -- high flags: 0004
  85. -- rect: left=98 top=114 right=202 bottom=277
  86. -- title width / last selected line: 0
  87. -- icon id / first selected line: 0 / 0
  88. -- text alignment: 0
  89. -- font id: 241
  90. -- text size: 14
  91. -- style flags: 0
  92. -- line height: 14
  93. -- part name: apple
  94.  
  95.  
  96. -- part 11 (field)
  97. -- low flags: 81
  98. -- high flags: 2004
  99. -- rect: left=179 top=172 right=203 bottom=293
  100. -- title width / last selected line: 0
  101. -- icon id / first selected line: 0 / 0
  102. -- text alignment: 0
  103. -- font id: 241
  104. -- text size: 14
  105. -- style flags: 0
  106. -- line height: 14
  107. -- part name: wrong
  108.  
  109.  
  110. -- part 13 (button)
  111. -- low flags: 00
  112. -- high flags: 0000
  113. -- rect: left=88 top=86 right=311 bottom=416
  114. -- title width / last selected line: 0
  115. -- icon id / first selected line: 0 / 0
  116. -- text alignment: 1
  117. -- font id: 0
  118. -- text size: 12
  119. -- style flags: 0
  120. -- line height: 16
  121. -- part name: 
  122. ----- HyperTalk script -----
  123. on mouseUp
  124.   incorrect
  125. end mouseUp
  126.  
  127.  
  128.  
  129. -- part 6 (button)
  130. -- low flags: 00
  131. -- high flags: 8000
  132. -- rect: left=214 top=213 right=263 bottom=284
  133. -- title width / last selected line: 0
  134. -- icon id / first selected line: 5175 / 5175
  135. -- text alignment: 1
  136. -- font id: 0
  137. -- text size: 12
  138. -- style flags: 0
  139. -- line height: 16
  140. -- part name: First Chapter
  141. ----- HyperTalk script -----
  142. on mouseUp
  143.   set the hilite of me to true
  144.   show cd fld correct
  145.   correct 0
  146. end mouseUp
  147.  
  148.  
  149.  
  150. -- part 10 (field)
  151. -- low flags: 81
  152. -- high flags: 2004
  153. -- rect: left=179 top=160 right=211 bottom=303
  154. -- title width / last selected line: 0
  155. -- icon id / first selected line: 0 / 0
  156. -- text alignment: 1
  157. -- font id: 241
  158. -- text size: 14
  159. -- style flags: 0
  160. -- line height: 14
  161. -- part name: correct
  162.  
  163.  
  164. -- part 16 (button)
  165. -- low flags: 00
  166. -- high flags: 2000
  167. -- rect: left=486 top=263 right=293 bottom=508
  168. -- title width / last selected line: 0
  169. -- icon id / first selected line: 0 / 0
  170. -- text alignment: 1
  171. -- font id: 0
  172. -- text size: 12
  173. -- style flags: 0
  174. -- line height: 16
  175. -- part name: Previous
  176. ----- HyperTalk script -----
  177. on mouseUp
  178.   goPrev "prerequisite 4.1"
  179. end mouseUp
  180.  
  181.  
  182.  
  183. -- part 17 (button)
  184. -- low flags: 00
  185. -- high flags: 2000
  186. -- rect: left=486 top=305 right=335 bottom=508
  187. -- title width / last selected line: 0
  188. -- icon id / first selected line: 0 / 0
  189. -- text alignment: 1
  190. -- font id: 0
  191. -- text size: 12
  192. -- style flags: 0
  193. -- line height: 16
  194. -- part name: Next
  195. ----- HyperTalk script -----
  196. on mouseUp
  197.   goNext "prerequisite results"
  198. end mouseUp
  199.  
  200.  
  201.  
  202. -- part 21 (field)
  203. -- low flags: 01
  204. -- high flags: 0000
  205. -- rect: left=49 top=59 right=101 bottom=442
  206. -- title width / last selected line: 0
  207. -- icon id / first selected line: 0 / 0
  208. -- text alignment: 1
  209. -- font id: 241
  210. -- text size: 14
  211. -- style flags: 0
  212. -- line height: 16
  213. -- part name: Question
  214.  
  215.  
  216. -- part contents for background part 11
  217. ----- text -----
  218. Prerequisite evaluation
  219.  
  220. -- part contents for card part 3
  221. ----- text -----
  222. The desk accessory Find File is useful in finding a particular file, especially on a hard disk. In this case, we want you to use a different method.
  223.  
  224. -- part contents for card part 10
  225. ----- text -----
  226. Right. Click the right arrow to continue.
  227.  
  228.  
  229. -- part contents for card part 11
  230. ----- text -----
  231. Wrong, try again.
  232.  
  233. -- part contents for background part 18
  234. ----- text -----
  235. [0]
  236. [1]
  237.  
  238.  
  239. [2]
  240.  
  241.  
  242. Not correct.
  243. [3]
  244.  
  245. -- part contents for background part 24
  246. ----- text -----
  247.  3 of 3
  248.  
  249. -- part contents for background part 27
  250. ----- text -----
  251. 4
  252.  
  253. -- part contents for card part 21
  254. ----- text -----
  255. Use the mouse to select the document, First Chapter, from within the Chapters folder on the New Novel disk.